Annotate string array
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 7 Jul 2020 11:04:13 +0000 (12:04 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 7 Jul 2020 11:06:28 +0000 (12:06 +0100)
Fixes: #2915
gtk/gtkdropdown.c

index 70e45c27126bcb005c3c96ab35ac15e4ba49e6ad..f89fb11391cc3e1cb4438582e6a6faaad5d1932f 100644 (file)
@@ -927,7 +927,7 @@ gtk_drop_down_get_expression (GtkDropDown *self)
 /**
  * gtk_drop_down_set_from_strings:
  * @self: a #GtkDropDown
- * @texts: a %NULL-terminated string array
+ * @texts: (array zero-terminated=1) (element-type utf8): a %NULL-terminated string array
  *
  * Populates @self with the strings in @text,
  * by creating a suitable model and factory.